home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 19 / CD-ROM Today - The Disc (Issue 19)(January 1996).ISO / pc / firstaid / setup.bat < prev   
DOS Batch File  |  1995-10-16  |  560b  |  32 lines

  1. rem Setup Program for First Aid 95 Demo.
  2. ;@echo off
  3.  
  4. if exist c:\1staid95\fap32.exe  goto 95
  5. if exist c:\firstaid\fap_lnch.exe goto 31
  6. Echo"You must install First Aid 95 before running the Demo"
  7. goto End
  8.  
  9.  
  10. :95
  11. copy a:\fademo.exe  c:\1staid95
  12. if not exist c:\Win95\fa_demo.ini  goto win95
  13. if exist c:\Firstaid\fap_lnch.exe goto 31
  14. goto ini
  15.  
  16. :win95
  17. copy a:\fa_demo.ini  c:\Win95
  18. if exist c:\Firstaid\fap_lnch.exe goto 31
  19. goto End
  20.  
  21. :31
  22. copy a:\fademo.exe  c:\Firstaid
  23. goto ini
  24.  
  25. :ini
  26. copy a:\fa_demo.ini  c:\Windows
  27. goto End
  28.  
  29.  
  30. :End
  31.  
  32.